VSCode Setup
The goal is to get VSCode working with Python. We will use HW1 setup as an example.
- Step 1: make hw1 folder
Download the helper folder as well as an example dataset file.
- Step 2: open hw1 folder using VSCode
There are two ways to do this. Left: right click in folder, select "Open with Code". Right: Inside VSCode, use "File->Open folder".
- Step 3: make a new Python script "main.py"
- Step 4: run Python script
Return Home